home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / ace_gpl_release / include / libraries / translator.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  486 b   |  24 lines

  1. #ifndef LIBRARIES_TRANSLATOR_H
  2. #define LIBRARIES_TRANSLATOR_H 1
  3. /*
  4. ** translator.h for ACE Basic
  5. **
  6. ** Note: Translated to ACE by ConvertC2ACE
  7. **       @ MapMeadow Software, Nils Sjoholm
  8. **
  9. **
  10. ** Date: 09/01/95
  11. **
  12. **
  13. */
  14.  
  15.  
  16.  
  17. /*  Translator error return codes   */
  18.  
  19. #define TR_NotUsed  -1  /* This is an oft used system rc    */
  20. #define TR_NoMem    -2  /* Can't allocate memory        */
  21. #define TR_MakeBad  -4  /* Error in MakeLibrary call        */
  22.  
  23. #endif  /* LIBRARIES_TRANSLATOR_H */
  24.